Scrollbar: grammar fix for previous commit
authorDaniel Boles <dboles@src.gnome.org>
Tue, 21 Mar 2017 00:06:50 +0000 (00:06 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Tue, 21 Mar 2017 00:06:50 +0000 (00:06 +0000)
gtk/gtkscrollbar.c

index b09bf1337f2fe22cc1ca03339006d2a613ac662d..d999673bc232f1a0569f5f0c396079a240db74b6 100644 (file)
@@ -49,8 +49,8 @@
  * #GtkAdjustment:lower and #GtkAdjustment:upper - #GtkAdjustment:page-size. The
  * #GtkAdjustment:page-size represents the size of the visible scrollable area.
  * The fields #GtkAdjustment:step-increment and #GtkAdjustment:page-increment
- * fields are added or subtracted to the #GtkAdjustment:value when the user asks
- * to move by a step (using e.g. the cursor arrow keys or, if present, the
+ * fields are added to or subtracted from the #GtkAdjustment:value when the user
+ * asks to move by a step (using e.g. the cursor arrow keys or, if present, the
  * stepper buttons) or by a page (using e.g. the Page Down/Up keys).
  *
  * # CSS nodes